@font-face {
    font-family: "Muli-Regular";
    src: url("../fonts/muli/Muli-Regular.ttf"); }
@font-face {
    font-family: "Muli-SemiBold";
    src: url("../fonts/muli/Muli-SemiBold.ttf"); }

:focus {
    outline: none;
}

textarea {
    resize: none;
}

input, textarea, select, button {
    font-family: "Muli-Regular";
    font-size: 15px;
}

p, h1, h2, h3, h4, h5, h6, ul {
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

textarea {
    resize: none;
}

img {
    max-width: 100%;
}


.wizard > .steps {
    position: absolute;
    top:55px;
    left: 12%;
    transform: translateX(50%);
    z-index: 9;
}

.wizard > .steps .current-info, .wizard > .steps .number {
    display: none;
}

.wizard > .steps ul {
    display: flex;
    justify-content: center;
}
.wizard > .steps ul li{
  background-color: transparent!important;
}

.wizard > .steps li a {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    /*background: #e9e0cf;*/
    margin-right: 78px;
    position: relative;
}

.wizard > .steps li a:before {
    content: "";
    width: 58px;
    height: 2px;
    /*background: #e9e0cf;*/
    position: absolute;
    right: 22px;
    top: 5px;
}

.wizard > .steps li a:after {
    content: "";
    width: 0;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: -68px;
    top: 5px;
    transition: all 0.6s ease;
}

.wizard > .steps li.first a {
    background: #ffffff;
}

.wizard > .steps li.checked a {
    background: #ffffff;
}

.wizard > .steps li.checked a:after {
    width: 58px;
}

.wizard > .steps li:last-child a {
    margin-right: 0;
}

.wizard > .steps li:first-child a:before {
    display: none;
}

.wizard > .steps li:first-child a:after {
    display: none;
}

.wizard > .content {
    position: relative;
    padding-bottom:36px;
}


.form-row {
    display: flex;
    margin-bottom: 18px;
}

.form-row .form-holder {
    width: 50%;
    margin-right: 30px;
}

.form-row .form-holder:last-child {
    margin-right: 0;
}

.form-row .form-holder.w-100 {
    width: 100%;
    margin-right: 0;
}

.form-row .select {
    width: 50%;
    margin-right: 30px;
}

.form-row .select .form-holder {
    width: 100%;
    margin-right: 0;
}

.select {
    position: relative;
}

.select .select-control {
    height: 37px;
    border-bottom: 2px solid #e6e6e6;
    width: 100%;
    color: #999;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.select .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
    z-index: 9;
    border: 1px solid #81acee;
}

.select .dropdown li {
    padding: 5px 10px;
}

.select .dropdown li:hover {
    background: #81acee;
    color: #fff;
}

.form-holder {
    position: relative;
}

.form-holder i {
    position: absolute;
    bottom: 7px;
    right: 0;
    font-size: 17px;
}

.form-control {
    height: 37px;
    border: none;
    border-bottom: 2px solid #e6e6e6;
    width: 100%;
    color: #666;
}

.form-control:focus {
    border-color: #e9e0cf;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-moz-placeholder {
    color: #999;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control:-moz-placeholder {
    color: #999;
}

select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    color: #999;
}

select.form-control option[value=""][disabled] {
    display: none;
}

textarea.form-control {
    padding: 8px 0;
    background: url("../images/textarea-bg.png") no-repeat right bottom 3px;
}

.actions {
    position: absolute;
    bottom: 8px;
    right: 48px;
}

.actions ul {
    display: flex;
}

.actions li a {
    padding: 0;
    display: inline-flex;
    height: 41px;
    width: 135px;
    align-items: center;
    color: #282828;
    background-color: #ffffff;
    border: none #ffffff;
    cursor: pointer;
    position: relative;
    padding-left: 28px;
}

.actions li a:before {
    content: '\f301';
    position: absolute;
    top: 14px;
    right: 28px;
    font-family: Material-Design-Iconic-Font;
}

.actions li a:hover {
    background: #cfc7b8;
}

.actions li:first-child a {
    width: 144px;
    padding-left: 48px;
}

.actions li:first-child a:before {
    content: '\f2ff';
    position: absolute;
    top: 14px;
    left: 26px;
    font-family: Material-Design-Iconic-Font;
}

.actions li:nth-child(2) a, .actions li:last-child a {
    margin-left: 20px;
}

.actions li:last-child a {
    width: 124px;
    background: #6d7f52;
    color: #fff;
}

.actions li:last-child a:hover {
    background: #849963;
}

.actions li:last-child a:before {
    content: '\f26b';
    position: absolute;
    top: 13px;
    right: 28px;
    font-family: Material-Design-Iconic-Font;
}

.actions li[aria-disabled="true"] a {
    opacity: 0;
    transition: all 1s;
}

.actions li[aria-disabled="false"] ~ li a {
    background: #6d7f52;
    color: #fff;
}

.actions li[aria-disabled="false"] ~ li a:hover {
    background: #849963;
}

/*# sourceMappingURL=style.css.map */
